*{padding: 0;margin: 0;font-size: 16px;}
body,html{color: #333;}
img{display: block;}
.ellipsis{text-overflow: ellipsis;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.ellipsis2{ overflow: hidden;	text-overflow: ellipsis;	-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;line-clamp: 2;}
.flex{display: flex;display: -webkit-flex;}
.maxWidth{min-width: 1200px;padding: 0 20px;margin: 0 auto;max-width: 1460px;}
@media screen and (max-width: 1460px) {
  .maxWidth{max-width: 1200px;}
}
a{text-decoration: none;display: block;color: #333;}
.transition{transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;}
.boxSizing{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
/* 头部 */
.header{position: fixed;top: 0;left: 0;width: 100%;height: 100px;z-index: 99;align-items: center;justify-content: space-between;padding: 0 50px;transition: all 0.8s;-o-transition: all 0.8s;-moz-transition: all 0.8s;-webkit-transition: all 0.8s;min-width: 1200px;} 
.header .logo{width:345px;height: 50px;background: url('../images/logo_fff.png') no-repeat center;background-size: contain;}
.header .rightModel{align-items: center;flex: 1;margin-left: 10%;justify-content: space-between;}
.header .rightModel .tabModel {padding-right: 5%;justify-content: space-between;flex: 1;}
.header .rightModel .tabModel .title{color: #fff;height: 100px;line-height: 100px;}
.header .rightModel .tabModel .tab{position: relative;flex: 1;text-align: center;}
.header .rightModel .tabModel .tab .subList{position: absolute;top: 100px;left: 50%;margin-left: -75px;width: 150px;background: #eee;}
.header .rightModel .tabModel .tab .subList a{color: #333;line-height: 40px;text-align: center;font-size: 14px;}
.header .rightModel .tabModel .tab .subList{transform: scaleY(0);transform-origin: top; transition: transform 0.3s ease-out;overflow: hidden;}
.header .rightModel .tabModel .tab:hover .subList{ transform: scaleY(1);}
.header .iconModel>a{display: block;width: 26px;height: 26px;background: url('../images/code_fff.png') no-repeat center;background-size: contain;position: relative;}
.header .iconModel>a:nth-child(2){background: url('../images/search_fff.png') no-repeat center;background-size: contain;margin-left: 20px;}
.header .iconModel .qrCode img{width: 170px;height: 170px;position: absolute;left: -100px;top: 40px;object-fit: contain;display: none;}
.header .iconModel .qrCode:hover img{display: block;}

/* 白色底色 */
.undertone{background: #fff;}
.undertone .logo{background: url('../images/logo.png') no-repeat center;background-size: contain;}
.undertone .rightModel .tabModel .title{color: #333;}
.undertone .iconModel>a{background: url('../images/code.png') no-repeat center;background-size: contain;}
.undertone .iconModel>a:nth-child(2){background: url('../images/search.png') no-repeat center;background-size: contain;margin-left: 20px;}
.undertone .rightModel .tabModel .title:hover{color:#1d4b98;}

.mySwiper .swiper-slide{overflow: hidden;}

/* 搜索 */
#searchPopup{display: none;}
.searchModel{position: absolute;top: 100px;left: 0;width: 100%;z-index: 10;background: #fff;height: 60px;align-items: center;justify-content: center;}
.searchModel .put{width: 300px;height: 40px;border: none;background: #eee;font-size: 14px;outline: none;padding: 0 10px;}
.searchModel .btn{width: 120px;height: 40px;background: #1d4b98;color: #fff;outline: none;border: none;cursor: pointer;}


/* 箭头 */
.prevNextImg{width: 60px;height: 50px;background: url(../images/arrow_left.png) no-repeat center;background-size:contain;cursor: pointer;}
.nextImg.prevNextImg{background: url(../images/arrow_right.png) no-repeat center;background-size:contain;}
.nextImg{margin-left: 10px;}
 .prevNextImg:hover{background: url(../images/arrow_left_fff.png) no-repeat center;background-size:contain;}
.nextImg.prevNextImg:hover{background: url(../images/arrow_right_fff.png) no-repeat center;background-size:contain;} 

/* 第一页 */
.homeSwiper{height: 100%;color: #fff;}
.home .bottomImg{position: absolute;}
.home .homeModel{position: relative;z-index: 2;height: 100%;flex-direction: column;justify-content: center;}
.homeModel .text1{font-size: 60px;font-weight: bold;}
.homeModel .text2{font-size: 24px;}
.homeNavModel{position: absolute;z-index: 10;top:66%;left: 0;width: 100%;transform: translateY(-50%);}
.bottomArrow{position: absolute;bottom: 20px;z-index: 10;left: 0;color: #fff;flex-direction: column;align-items: center;width: 100%;animation: bounce 1s infinite;
  -webkit-animation: bounce 3s infinite;}
.bottomArrow>p{padding-bottom: 20px;}
@-webkit-keyframes bounce {
  from,8%,21%,to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
  16%, 17% {-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);transform: translate3d(0, -30px, 0) scaleY(1.1);}
  28% {-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);transform: translate3d(0, -15px, 0) scaleY(1.05);}
  32% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  -webkit-transform: translate3d(0, 0, 0) scaleY(0.95); transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  36% {-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02); transform: translate3d(0, -4px, 0) scaleY(1.02);}
  36% {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);    -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce {
  from,8%,21%,to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);
  }
  16%, 17% {-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1); transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  28% {-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  32% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform: translate3d(0, 0, 0) scaleY(0.95); transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  36% { -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);transform: translate3d(0, -4px, 0) scaleY(1.02);}
  36% {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);
  }
}

/* 企业简介 */
.intro .introL{width: 70%;align-items: center;justify-content: space-around;overflow: hidden;}
.intro>div{padding: 0 20px;color: #fff;}
.introL .introL1{width: 566px;padding-right: 20px;}
.introL1 .title{font-weight: bold;}
.introL1 .title .t1{font-size: 60px;}
.introL1 .title .t2{font-size: 40px;}
.introL1 .text{padding: 68px 0 96px;line-height: 30px;}
.intro .btn{width: 190px;height: 50px;background: #fff;color:#1d4b98 ;font-weight: bold;align-items: center;justify-content: center;}
/* 鼠标放上去变大10% */
.intro .btn:hover{transform: scale(1.1);}
.introL2 .progress .time span{font-size: 52px;font-weight: bold;}
.introL2 .progress .text{align-items: center;}
.introL2 .progress .text img{width: 26px;height: 22px;}
.introL2 .progress .text p{padding-left: 6px;}
.introL2 .progress + .progress{padding-top: 68px;}
.intro .introR{width: 30%;align-items: center;justify-content: center;position: relative;overflow: hidden;}
.introR .playModle{align-items: center;justify-content: center;flex-direction: column;cursor: pointer;}
.playModle>img{width: 92px;height: 92px;}
.playModle>img:hover{transform: scale(1.1);}
.playModle>p{padding-top: 20px;}
 
/* 行业 */
.tradeModel .trade{flex: 20%;color: #fff;overflow: hidden;height: 100%;position: relative;}
.trade .backImg{width: 100%;height: 100%;position: absolute;object-fit: cover;}
.textModel{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;text-align: center;}
.textModel .icon{width: 106px;height: 106px;margin: 0 auto;}
.textModel .text1{font-size: 24px;font-weight: bold;padding: 22px 0 6px;}
.textModel .text2{font-size: 14px;}
.tradeModel .trade:hover>.backImg{transform: scale(1.1);}
.tradeModel .arrowRight{position: absolute;bottom: -16px;width: 34rpx;left: 50%;transform: translateX(-50%);}
.tradeModel .trade:hover .arrowRight{bottom: 160px;}
.tradeModel .trade:hover .textModel .icon{transform:rotate(360deg) ;}

/* 背景图 */
.backImg{position: absolute;left: 0;width: 100%;top: 0;height: 100%;z-index: -1}
.backImg>img{transition: all 1.5s;-o-transition: all 1.5s;-moz-transition: all 1.5s;-webkit-transition: all 1.5s;}
.swiper-slide-active .backImg>img{transform: scale(1.1);}

/* 案例 */
.caseModel .title{padding: 156px 0 48px 0;color: #fff;text-align: center;font-weight: bold;}
.caseModel .title .t1{font-size: 60px;}
.caseModel .title .t2{font-size: 40px;}
.caseSwiper .bgModel{overflow: hidden;position: relative;}
.caseSwiper .bgModel .bg{height: 402px;width: 100%;object-fit: cover;}
.caseSwiper .bgModel .bg_main{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(25, 81, 174, 0.8);color: #fff;padding: 48px;transform: translateY(100%);}
.caseSwiper .bgModel .bg_main .title_bg{font-size: 18px;font-weight: bold;text-align: center;}
.caseSwiper .bgModel .bg_main .side_bg{width: 60px;height: 1px;background: #fff;margin: 16px auto;}
.caseSwiper .bgModel .bg_main .text_bg{line-clamp: 3;-webkit-line-clamp: 3;height: 72px;font-size: 14px;line-height: 24px;}
.caseSwiper .foot {margin-top: 20px;height: 30px;overflow: hidden;}
.caseSwiper .foot .tit{color: #fff;text-align: center;padding: 0 10px;height: 30px;line-height: 30px;}
.caseSwiper .foot .arrow_right{background: url('../images/arraw_right.png') no-repeat center;background-size: 34px 16px;height: 30px;}
.caseSwiper .swiper-slide:hover .bg{transform: scale(1.1);}
.caseSwiper .swiper-slide:hover .foot .tit{transform: translateY(-100%);}
.caseSwiper .swiper-slide:hover .foot .arrow_right{transform: translateY(-100%);}
.caseSwiper .swiper-slide:hover .bgModel .bg_main{transform: translateY(0);}

/* 客户 */
.clientModel{position: relative;height: 100%;}
.client{padding-top: 280px;}
.client .headTop{color: #fff;justify-content: space-between;align-items: flex-end;}
.client .headTop .title .t1{font-size: 60px;font-weight: bold;}
.client .headTop .title .t2{font-size: 40px;font-weight: bold;}
/* .client .headTop .swiperBtn img{width: 60px;height: 50px;cursor: pointer;} */
/* .client .headTop .swiperBtn img+img{margin-left: 10px;} */
.client .client_text{padding: 30px 0 50px;color: #fff;}
.client .client_text .text{font-size: 14px;line-height: 30px;}
.clientSwiper{height: 220px;}
.clientSwiper .swiper-slide{overflow: hidden;}
.clientSwiper .swiper-slide img{width: 100%;height: 100%;object-fit: contain;background: #fff;transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;}
.clientSwiper .swiper-slide:hover img{transform: scale(1.1);}

/* 新闻资讯 */
.infoSwiperModle{align-items: center;max-width: 1660px;}
.infoSwiperModle .prevNextImg{margin: 0;}
.infoModel{position: relative;height: 100%;}
.infoModel .teadTitle{padding: 156px 0 48px 0;color: #fff;text-align: center;font-weight: bold;}
.infoModel .teadTitle .t1{font-size: 60px;}
.infoModel .teadTitle .t2{font-size: 40px;}
.infoSwiper{margin: 0 30px;flex: 1;}
.infoSwiper .infoMain{background: #fff;padding: 36px 20px 20px;border-radius: 4px;}
.infoSwiper .infoMain .title{font-size: 20px;}
.infoSwiper .infoMain .text{font-size: 14px;margin: 20px 0 30px;height: 38px;}
.infoSwiper .infoMain .img{position: relative;overflow: hidden;}
.infoSwiper .infoMain .img>img{width: 100%;aspect-ratio: 16/8.6;}
.infoSwiper .infoMain .img .time{width: 180px;height: 50px;background: #1d4b98;position: absolute;bottom: 0;left: 0;color: #fff;align-items: center;justify-content: space-around;z-index: 10;}
.infoSwiper .infoMain .img .time .time2{width: 34px;height: 16px;}
.infoSwiper .infoMain .img .plus{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(25, 81, 174, 0.8);align-items: center;justify-content: center;transform: translateY(100%)}
.infoSwiper .infoMain .img .plus>img{width: 60px;height: 60px;}
.infoSwiper .infoMain:hover .img .plus{transform: translateY(0);}
.infoSwiper .infoMain:hover .img .time{background: transparent;}
.infoSwiper .infoMain:hover .title{font-weight: bold;color: #1d4b98;}
.infoSwiper .infoMain:hover .img>img{transform: scale(1.1);}

/* 联系我们 */
.contact{position: relative;}
.contact .contactMain{height: 50%;}
.contactMain .teadTitle{padding: 156px 0 48px 0;color: #fff;text-align: center;font-weight: bold;}
.contactMain .teadTitle .t1{font-size: 60px;}
.contactMain .teadTitle .t2{font-size: 40px;} 
.contactForm .put{flex: 1;padding-right: 30px;}
.contactForm .put>input{width: 100%;background: transparent;border: none;border-bottom: 1px solid #fff;color: #fff;outline: none;height: 50px;}
.contactForm .put>input::placeholder{color: #fff;}
.contactForm .btn>input{color: #1d4b98;background: #fff;width: 190px;height: 50px;border: none;cursor: pointer;font-weight: bold;}
.contactForm .btn>input:hover{transform: scale(1.1);}
.contact .contactFoot{height: 50%;color: #fff;}
.contactFoot{align-items: center;}
.contactFootModel{justify-content: space-between;width: 100%;align-items: center;}
.concatInfoModel .concatInfo{align-items: center;}
.concatInfoModel .concatInfo>img{width: 20px;height: 20px;object-fit: contain;}
.concatInfoModel .concatInfo>p{padding-left: 8px;}
.concatInfoModel .concatInfo+.concatInfo{padding-top: 22px;}
.concatLink .catlink>a{color: #fff;}
.concatLink .catlink+.catlink{margin-left: 58px;}
.concatLink .catlink>a+a{margin-top: 50px;}
.concatLogo .logo{width:346px;height: 52px;margin-bottom: 38px;}
.concatLogo .text{padding-bottom: 22px;}
.concatLogo .text>a{color: #fff;margin: 0 6px;}
.concatLogo .supportModel .support>img{height: 18px;width: auto;}
.concatLogo .supportModel .support+.support{margin-left: 20px;}

.ysxy{font-size:12px; color:rgb(155, 155, 155);min-width: 1200px;padding: 20px 0px;margin: 0 auto;max-width: 1460px; display: flex;align-items:center}
.ysxy a{color:#ff0101}
.ysxy span{display: flex;}

/* 视频弹窗 */
#videoPopup{display: none;}
.videoPopup{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);z-index: 100;align-items: center;justify-content: center;}
.videoPopup>video{width: 800px;height: 500px;}


.contact_ny{background: url('../images/contact_bg2.png') no-repeat center;padding: 110px;color: #fff;}
.container{ width:1200px; margin: 0 auto;}



/*内页banner*/
.ny_banner{width:100%; height: 326px; overflow: hidden; padding-top: 170px;}
.ny_banner .in_header{box-shadow: rgb(0 0 0 / 31%) 0px 0px 13px; background:rgba(0,0,0,0.75);}
.ny_banner #menu .nav .nLi p a{color:#000}
.ny_banner .h_dianhua{background: url(../images/souso_h.png) center center no-repeat;}
.ny_banner .logo_b{display:block;}
.ny_banner .logo_a{display:none;}
.ny_banner .header_cebian{border-right: 1px solid rgb(233, 234, 234);}
.ny_banner .nav_dinaji{background: url(../images/menu_h.png) center center no-repeat;}
.ny_banner .h_wx{background: url(../images/hh_ewm.png) center center no-repeat;}
.ny_banner .h_dz{background: url(../images/hh_dizhi.png) center center no-repeat;}
.ny_banner .h_dh{background: url(../images/hh_dianhua.png) center center no-repeat;}
.ny_baninfo{width:100%; height: auto; overflow: hidden; text-align: center}
.ny_ban_top{   display:inline-block; text-align: center }
.ny_ban_top h3{font-size: 48px; color: #ffffff; font-weight: bold;     display: inline-block; vertical-align: middle; }
.ny_ban_top img{    vertical-align: middle;     display: inline-block; margin: 0 20px}
.ny_baninfo h4{font-size: 20px; color: #fff; border-top:1px solid #a9a9a9; border-bottom:1px solid #a9a9a9; display: table; margin: 18px auto; height: 50px; line-height: 50px; padding: 0px 75px}
.m-crm{display: table; margin: 0px auto;  text-align: center; font-size: 14px; color: #fff; line-height: 30px; margin-top: 8px;}
.m-crm a{font-size: 14px; color: #fff;display: inline;}

.about_banner{background: url(../images/about_ban.jpg) no-repeat center;background-size: cover;}
.contact_banner{background: url(../images/contact_ban.jpg) no-repeat center;background-size: cover;}
.product_banner{background: url(../images/product_ban.jpg) no-repeat center;background-size: cover;}
.case_banner{background: url(../images/case_ban.jpg) no-repeat center;background-size: cover;}
.service_banner{background: url(../images/service_ban.jpg) no-repeat center;background-size: cover;}
.news_banner{background: url(../images/news_ban.jpg) no-repeat center;background-size: cover;}
.pic_banner{background: url(../images/pic_banner.jpg) no-repeat center;background-size: cover;}

.nav-wrap ul{display: table!important; margin: 0 auto;}
.nav-wrap li{ float: left; line-height: 90px; position: relative;display: block;}
.nav-wrap li a{font-size: 18px; padding: 0 40px;}
.nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom: 16px; background: #17428d; left: 50%;  margin-left:-40px; }


/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:65%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #333}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:22%; height:auto; float: right; overflow:hidden}
.news_pic img{width:100%; height: 150px;object-fit: cover; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#333}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all p{     color: #333;    font-size: 16px;    line-height: 32px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_service_all img,.ny_news_show img{max-width:100%}
.ny_news_time{width: 100%; line-height: 30px; color: #999; height:auto; margin-bottom: 20px;
			border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;
			clear: both}


/* 内页通用产品推荐 */
.inside_pro{margin-top: 20px;}
.inside_pro h3{  height: 54px; line-height: 54px;  position: relative; margin-bottom: 20px; font-weight: bold; color: #333;  font-size: 24px;}
.inside_pro h3::after{ content: ""; position: absolute;  height: 8px;  width: 86px; bottom: 0; left: 0; background: url(../images/fengen_10.png) no-repeat center; }
.inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}
.picScroll-ipro{  width: 1300px; position:relative;overflow: hidden;}
.picScroll-ipro .bd ul{height: auto;  }
.picScroll-ipro .bd ul li{ width: 414px; float: left; margin-right: 30px; position: relative;}
.picScroll-ipro .bd ul li .pic{ height:auto; width: 414px; overflow: hidden;}
.picScroll-ipro .bd ul li .pic img{ width: 100%;transition: all .4s;}
.picScroll-ipro .bd ul li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.picScroll-ipro .bd ul li .title{  height: 66px;  width: 372px; background: #fff; position: absolute;  left: 20px; z-index: 9; bottom: -30px; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05)}
.picScroll-ipro .bd ul li .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 30px;  transition: all .4s; font-size: 15px;}
.picScroll-ipro .bd ul li:hover .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 50px; }
.picScroll-ipro .bd ul li .title a::before{ content: ""; position: absolute; height: 1px;  width: 10px; background: #17428d; bottom: 30px; left: 16px; transition: all .4s;}
.picScroll-ipro .bd ul li:hover .title a::before{ content: ""; position: absolute; height: 1px;  width: 30px; background: #17428d; bottom: 30px; left: 16px;}
.picScroll-ipro .bd ul li .title span{ float: right; font-size: 14px; color: #999; padding-right: 15px;}
.picScroll-ipro .hd .next,.picScroll-ipro .hd .prev{ position: absolute; top: 110px; z-index: 9999; height: 54px; width: 30px; }
.picScroll-ipro .hd .next{ background: rgba(0,0,0,0.7) url(../images/inside_right.png) no-repeat center; float: right; cursor: pointer; right: 0px;}
.picScroll-ipro .hd .prev{ background: rgba(0,0,0,0.7) url(../images/inside_left.png) no-repeat center; float: left; cursor: pointer; left: 0px;}
.inex_news_main{ overflow: hidden;}
.inex_news_main li{ width:46%;  background: #f8f8f8; padding: 20px; float: left; margin-bottom: 20px; overflow: hidden;}
.inex_news_main li:nth-child(2n){ float:right;}
.inex_news_main li .pic{ float: left; height: 133px; width: 187px; overflow: hidden; margin-right: 20px;}
.inex_news_main li .pic img{ width: 100%; transition: all .4s;}
.inex_news_main li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.inex_news_main li p a{ font-size: 16px; line-height: 32px;     overflow: hidden; display: block;  white-space: nowrap; text-overflow: ellipsis;}
.inex_news_main li p a:hover{ color: #17428d}
.inex_news_main li span{ font-size: 14px; color: #999; display: block; line-height: 32px;}
.inex_news_main li i{font-style: normal; font-size: 14px; line-height: 30px; text-align: justify; color: #666; display: block;}



/*产品展示*/
.ny_product_one{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.pro_pic_1{width:49%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_2{width:23.7%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_3{width:23.7%; float: left; overflow: hidden}
.ny_product_two{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom:40px;}
.ny_product_two h3{font-size: 40px; color: #222222; font-weight: bold; text-align: center; margin-bottom: 67px;}
.ny_product_two ul{width:100%; height: auto; overflow: hidden; }
.ny_product_two ul li{width:24.2%; height: auto; float: left; margin-right:1%; margin-bottom: 20px;display: block; }
.ny_product_two ul li:nth-child(4n){margin-right: 0;}
.ny_pro_pic{width:100%; height: auto; overflow: hidden; border: 1px solid #e5e5e5}
.ny_pro_pic img{width:100%; height: auto; display: block; margin:0px auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_two ul li h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; margin-top: 8px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_fa_more{width:146px; height: 34px; text-align: center; line-height:34px; font-size: 16px; color: #222222; margin:28px auto; display: block; border: 1px solid #333; position: relative}
.ny_fa_more p{z-index:999; position: relative}
.ny_fa_more:after{content: ""; width: 0; height: 100%; position: absolute; top:0; left:0; z-index: 9; background: #333; transition: all 0.4s ease-in-out;}
.ny_fa_more:hover p{color:#fff; }
.ny_fa_more:hover:after{width:100%; transition: all 0.4s ease-in-out;}
.ny_product_two ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_tj{width:100%; height: auto; overflow: hidden; margin-top: 88px; margin-bottom: 50px;}
.ny_product_tj .container{border-top:1px solid #333; padding-top: 55px;}
.product_five_pic{margin-left: 280px;}
.product_five_pic .ny_tj_pro{border: 1px solid #e5e5e5; overflow: hidden}
.ny_tj_pro img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.product_five_pic h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; text-align: center; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.product_five_pic a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.swiper-pagination-bullet-active{background:#000}
.ny_proshow_bottom .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.ny_proshow_bottom .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 20px; position: relative;}
.ny_proshow_bottom .hd ul li::before{ height: 6px; width: 6px; background: #17428d; position: absolute; left: 20px; top:24px; display: block; content: "";}
.ny_pro_ddh{width:100%; height:auto; overflow:hidden; margin-top:20px;}
.ny_pro_ddh p{color:#333; font-size:16px;}
.ny_pro_ddh span{color:#17428d; font-size:28px; font-weight:bold; margin-top:10px;}
.ny_proshow_xx em{font-size:16px; margin:10px auto; font-style: normal;}
.pro_text{width:100%; height:auto; margin:20px 0 10px; line-height:30px;}




/*联系我们*/
.ny_contact_nav{width:100%; height: auto; overflow: hidden}
.contact_list{display: table; margin:60px auto 0;}
.ny_contact_nav a{width:314px; height:50px; line-height: 40px; border-bottom: 1px solid #e5e5e5; font-size:20px; color: #999999; font-weight: bold; float: left; margin-right:60px; text-align:center}
.ny_contact_nav a:last-child{margin-right: 0}
.ny_contact_nav a:hover{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_nav a.active{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_xx{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.ny_contact_xx .container{border-top:1px solid #333333; border-bottom:1px solid #333333; padding: 35px 0; overflow: hidden;}
.contact_xx_left{width:50%; float: left}
.contact_xx_left h3{font-size: 40px; color: #222222; font-weight: bold; margin-bottom: 20px;}
.contact_xx_info{width:100%; height: auto; overflow: hidden; line-height: 28px; margin-top: 30px;}
.contact_xx_info p{font-size: 16px; color: #333333; line-height: 28px;}
.contact_xx_right{width:60%; height:345px; float: right}
.ny_contact_ly{width:100%;background: url(../images/contact_bjs.jpg) no-repeat center; padding: 60px 0; margin-top: 74px;}
.ny_contact_ly h3{font-size: 30px; color: #fff; font-weight: bold; text-align: center; margin-bottom: 78px;}
.contact_ly_info{width:1200px; height: auto; overflow: hidden; margin: 20px auto 0}
.contact_ly_info dl{width:100%; height: 52px;}
.contact_ly_info dl input[type="text"]{width:100%; height: 100%; padding: 0px 10px; font-size: 14px; color: #fff; background: none; border: 0;outline: none;}
.contact_ly_info dl dt{width:49%; float: left; height: 100%; position: relative; border: 1px solid #4a4a4a}
.contact_ly_info dl dd{width:49%; float: right; height: 100%; position: relative; border: 1px solid #4a4a4a}
.contact_ly_info textarea{width:100%; height: 112px; border: 1px solid #4a4a4a; padding: 10px; font-size: 14px; color: #fff; background: none; margin-top:18px; resize: none;outline: none;}
.con_submit{width:340px; height: 52px; background: #fff; text-align: center; line-height: 52px; border: 0; display: block; margin:20px auto; font-size:16px}
.con_submit:hover{background:#17428d; cursor:pointer; color:#fff}
.ny_contact_zhaopin{width:100%; height: auto; overflow: hidden;  margin-bottom: 98px;}
.ny_contact_zhaopin .container{border-top:1px solid #333333; padding-top: 35px;}
.contact_zhaopin_right{margin-left:280px; }
.contact_zhaopin_right ul{width:100%; height: auto; overflow: hidden; margin-top: 8px;}
.contact_zhaopin_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e5e5e5; padding-bottom: 56px; margin-bottom: 35px;}
.contact_zhaopin_right ul li h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 10px;}
.contact_zp{width:100%; height: auto; overflow: hidden; margin-top:20px; line-height: 28px; font-size: 16px; color: #333333}
.contact_ly_info input::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  


.contact_ly_info textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  
